Delete the transcript of an assist bot

This endpoint deletes the conversation flows of one assist bot on a call. The call's own conversation flow is untouched. This is irreversible.

Endpoint

DELETE /api/v1/calls/{callId}/agentAssistBots/{botId}/conversationFlow

Path parameters

Parameter Type Description
callId string UUID of the call.
botId string UUID of the assist bot.

Request

DELETE /api/v1/calls/44510fc4-5745-87cd-847d-019a1178bf1c/agentAssistBots/c06a5844-b0f3-4413-9488-ce801b5dff8d/conversationFlow HTTP/1.1
Host: livehub.audiocodes.io
Authorization: Bearer {token}

Response

The response has no body.